projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c5c11e
)
(init_system_name): Put unused variable `p' in #if 0.
author
Pavel Janík
<Pavel@Janik.cz>
Fri, 8 Feb 2002 09:46:14 +0000
(09:46 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Fri, 8 Feb 2002 09:46:14 +0000
(09:46 +0000)
src/ChangeLog
patch
|
blob
|
history
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ac7183b1454ee5dc7295c90362c70515a2472583..1af848ebc806b699ed06068f99d4d271088e2578 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-02-08 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
+
2002-02-07 Kim F. Storm <storm@cua.dk>
* keymap.c (where_is_internal): Only check whether definition is
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 478d56a43a935c6ba23981a235c5aea3337705ea..f560e9d7cf2cea7ea07110dbb8e7f3c34b117916 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-2378,7
+2378,9
@@
init_system_name ()
if (hp)
{
char *fqdn = (char *) hp->h_name;
+#if 0
char *p;
+#endif
if (!index (fqdn, '.'))
{